Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 16 - Storage Objects / Storage Objects Reference
Storage Objects Routines / Creating and Accessing FSSpec Storage Objects


Q3FSSpecStorage_Get

You can use the Q3FSSpecStorage_Get function to get information about an FSSpec storage object.

TQ3Status Q3FSSpecStorage_Get (
TQ3StorageObject storage, 
FSSpec *fs);
storage
A Macintosh FSSpec storage object.
fs
On entry, a pointer to a file system specification structure. On exit, a pointer to the file system specification structure associated with the specified Macintosh FSSpec storage object.
DESCRIPTION
The Q3FSSpecStorage_Get function returns, through the fs parameter, the file system specification structure associated with the Macintosh FSSpec storage object specified by the storage parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996